generated from linkml/linkml-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1189 from microbiomedata/issue-1175-napa-testing
prep for migration action: query schema and data
- Loading branch information
Showing
6 changed files
with
87 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
prefix dcterms: <http://purl.org/dc/terms/> | ||
prefix linkml: <https://w3id.org/linkml/> | ||
prefix mixs: <https://w3id.org/mixs/> | ||
prefix nmdc: <https://w3id.org/nmdc/> | ||
prefix owl: <http://www.w3.org/2002/07/owl#> | ||
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | ||
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> | ||
prefix skos: <http://www.w3.org/2004/02/skos/core#> | ||
prefix tdbcontent: <http://example.com/tdbcontent/> | ||
prefix src-schema: <https://raw.githubusercontent.com/microbiomedata/nmdc-schema/main/src/schema/> | ||
select distinct ?g | ||
where { | ||
graph ?g { | ||
?s ?p ?o . | ||
} | ||
} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters