Difference between revisions of "AC RDF N3 Prefixes and Class Declarations"
From TDWG Terms Wiki
(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...") |
|||
Line 1: | Line 1: | ||
− | + | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . <br/> | |
− | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | + | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . <br/> |
− | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | + | @prefix dc: <http://purl.org/dc/elements/1.1/> . <br/> |
− | @prefix dc: <http://purl.org/dc/elements/1.1/> . | + | @prefix ac: <http://rs.tdwg.org/ac/terms/> . <br/> |
− | @prefix ac: <http://rs.tdwg.org/ac/terms/>. | + | @prefix ac-classes: <http://rs.tdwg.org/ac/classes/> . <br/> |
− | @prefix owl: <http://www.w3.org/2002/07/owl#> . | + | @prefix owl: <http://www.w3.org/2002/07/owl#> . <br/> |
− | + | ac-classes:ServiceAccessPoint a rdfs:Class . <br/> | |
− | < | + | ac-classes:Media a rdfs:Class . <br/> |
− | + | ||
− | </ | + |
Revision as of 01:05, 19 August 2012
@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 ac-classes: <http://rs.tdwg.org/ac/classes/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
ac-classes:ServiceAccessPoint a rdfs:Class .
ac-classes:Media a rdfs:Class .