@prefix dcam: <http://purl.org/dc/dcam/> .
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
dcmitype:Service a rdfs:Class ;
rdfs:label "Service"@en ;
dcam:memberOf dcterms:DCMIType ;
dcterms:description "Examples include a photocopying service, a banking service, an authentication service, interlibrary loans, a Z39.50 or Web server."@en ;
dcterms:issued "2000-07-11"^^xsd:date ;
rdfs:comment "A system that provides one or more functions."@en ;
rdfs:isDefinedBy dcmitype: .