Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
9b9550d0
Commit
9b9550d0
authored
5 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
remove superfluous file from version control
parent
74caa539
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Space/SatelliteLab/HTVSCMGPrototype.rq.txt
+0
-38
0 additions, 38 deletions
Space/SatelliteLab/HTVSCMGPrototype.rq.txt
with
0 additions
and
38 deletions
Space/SatelliteLab/HTVSCMGPrototype.rq.txt
deleted
100644 → 0
+
0
−
38
View file @
74caa539
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX x3d: <http://www.web3d.org/specifications/x3d-4.0.xsd#>
PREFIX x3do: <http://www.web3d.org/semantics/ontologies/X3dOntology4.0#>
# X3dHelloWorldQuery_03.rq Query HelloWorld.ttl to show title given to model within a WorldInfo node.
###############################################
SELECT ?WorldInfoNode ?title ?parentNode
WHERE
{
?WorldInfo rdf:type x3do:WorldInfo ;
x3do:title ?title ;
x3do:hasParent ?parent .
BIND (strafter(xsd:string(?WorldInfo),"#") AS ?WorldInfoNode)
BIND (strafter(xsd:string(?parent),"#") AS ?parentNode)
}
###############################################
---------------------------------------------------------
| WorldInfoNode | title | parentNode |
=========================================================
| "WorldInfo_2_1" | "HTVSCMGPrototype.x3d" | "Scene" |
---------------------------------------------------------
---------------------------------------------------------
| WorldInfoNode | title | parentNode |
=========================================================
| "WorldInfo_2_1" | "HTVSCMGPrototype.x3d" | "Scene" |
---------------------------------------------------------
---------------------------------------------------------
| WorldInfoNode | title | parentNode |
=========================================================
| "WorldInfo_2_1" | "HTVSCMGPrototype.x3d" | "Scene" |
---------------------------------------------------------
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment