Maintenance
All wikis at Biowikifarm are in read-only mode due to the restoration after a severe cyberattack in October 2023.
After 1 year being shut down the Biowikifarm is online again.
You see the latest restored version from 18th October 2023.
Difference between revisions of "AC RDF N3 Prefixes and Class Declarations"
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
@prefix dc: <http://purl.org/dc/elements/1.1/> . <br/> | @prefix dc: <http://purl.org/dc/elements/1.1/> . <br/> | ||
@prefix ac: <http://rs.tdwg.org/ac/terms/> . <br/> | @prefix ac: <http://rs.tdwg.org/ac/terms/> . <br/> | ||
− | @prefix {{ | + | @prefix {{ACClassesPrefix}}: <http://rs.tdwg.org/ac/classes/> . <br/> |
@prefix owl: <http://www.w3.org/2002/07/owl#> . <br/> | @prefix owl: <http://www.w3.org/2002/07/owl#> . <br/> | ||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . <br/> | @prefix skos: <http://www.w3.org/2004/02/skos/core#> . <br/> | ||
Line 12: | Line 12: | ||
<nowiki>#### Service Access Point Class ####</nowiki><br/> | <nowiki>#### Service Access Point Class ####</nowiki><br/> | ||
− | + | {{ACClassesPrefix}}:{{ACServiceAccessPointClass}} a rdfs:Class . | |
<nowiki> ####Media Class#### </nowiki><br/> | <nowiki> ####Media Class#### </nowiki><br/> | ||
− | {{ | + | {{ACClassesPrefix}}:{{ACMediaClass}} a rdfs:Class . |
Latest revision as of 02:59, 28 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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
#### Service Access Point Class ####
ac-classes:ServiceAccessPoint a rdfs:Class .
####Media Class####
ac-classes:Media a rdfs:Class .