AC RDF N3 Prefixes and Class Declarations
From TDWG Terms Wiki
Revision as of 23:36, 16 August 2012 by BobMorris (Talk | contribs) (Created page with "<pre> @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dc: <http://purl.org/dc...")
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix ac: <http://rs.tdwg.org/ac/terms/>. @prefix owl: <http://www.w3.org/2002/07/owl#> . <http://rs.tdwg.org/ac/classes/ServiceAccessPoint> a rdfs:Class . <http:////rs.tdwg.org/ac/classes/Media> a rdfs:Class .