Skip to content

Commit

Permalink
switch pubmed predicate to skos:exactMatch
Browse files Browse the repository at this point in the history
  • Loading branch information
ansell committed Apr 12, 2012
1 parent f5e6190 commit ab8ca66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs.php
Expand Up @@ -37,7 +37,7 @@
}
if ($row['pubmed_id']) {
echo data_triple( $resource, $BIBO . "pmid", $row['pubmed_id'] );
echo triple( $resource, $RDFS . "seeAlso", "http://bio2rdf.org/pubmed:" . $row['pubmed_id'] );
echo triple( $resource, $SKOS . "exactMatch", "http://bio2rdf.org/pubmed:" . $row['pubmed_id'] );
}
echo data_triple( $resource, $DC . "date", $row['year'] );
echo data_triple( $resource, $BIBO . "volume", $row['volume'] );
Expand Down
1 change: 1 addition & 0 deletions namespaces.php
Expand Up @@ -9,6 +9,7 @@
$BIBO = "http://purl.org/ontology/bibo/";
$FOAF = "http://xmlns.com/foaf/0.1/";
$CITO = "http://purl.org/spar/cito/";
$SKOS = "http://www.w3.org/2004/02/skos/core#";

$OBO = "http://purl.obolibrary.org/obo#";
$BODO = "http://www.blueobelisk.org/ontologies/chemoinformatics-algorithms/#";
Expand Down

0 comments on commit ab8ca66

Please sign in to comment.