In computing, a Uniform Resource Name (URN) is the historical name for a Uniform Resource Identifier (URI) that uses the urn scheme. A URI is a string of characters used to identify a name of a web resource. Such identification enables interaction with representations of the web resource over a network, typically the World Wide Web, using specific protocols.
Questions tagged [urn]
76 questions
0
votes
1 answer
Liking post/comments using the v2 OAuth 2.0 Linkedin API
I am using the Linkedin API OAuth 2.0 API and trying to like post/comments using the new OAuth 2.0 API.
The following example below shows an POST request to following endpoint:
POST…

Zabs
- 13,852
- 45
- 173
- 297
0
votes
1 answer
Better use urn or url for namespaces in wpf
Is there any difference between using url-namespaces or urn-namespaces in a wpf control library? Currently we use both:
[assembly: XmlnsDefinition("http://schemas.sample-controls.com/2016/xaml/presentation", "Sample.Controls")]
[assembly:…

BendEg
- 20,098
- 17
- 57
- 131
0
votes
1 answer
Model URN security issue
I have noticed that I can view the svf model of another user If I have his model urn, is there any way to protect other users to view my models?

monger
- 1
0
votes
1 answer
Standard URN for country codes?
I wonder if there are some common URNs for ISO 3166 2-/3-letter country codes?
All I found was URNs for the standard itself as part of some health care project and LinkedIn's vendor-specific URNs (like "urn:li:country:us").
I suspect that there…

Roman Susi
- 4,135
- 2
- 32
- 47
0
votes
2 answers
Translate multiple files into svf and get ths svf urn
I am trying to convert a zip folder into svf. The zip contains the following files :
- an .obj (3D object);
- a .mtl (links the object to its texture);
- a .tif (texture).
I used Postman's 'Request Translation (ZIP to SVF)' to get an urn.…

Fred Coud
- 127
- 1
- 1
- 13
0
votes
1 answer
Domain name web alias does not take into the count urn part
I have a small problem with domain names and dns configs.
There are two domains: application12345.com domain and example.com.
I want to show my application on domain example.com.
I try to create an alias
example.com TO application12345.com.
I…

alytvynov
- 81
- 12
0
votes
1 answer
XML - Trying to grasp the concept of namespace URI
If my XSL have the following heading, I get no error :

Flyout91
- 782
- 10
- 31
0
votes
2 answers
Are all URLs also URNs?
URLs and URNs are subsets of URIs.
There are many answers on Stack Overflow that explain the concepts quite nicely. You often find a Venn diagram where URNs and URLs are overlapping sets, implying that each of the three areas are not empty. I can…

Rinke
- 6,095
- 4
- 38
- 55
0
votes
0 answers
How to add SWRL vocabularies into Jena Framework
Hi I am an Ontology beginner,
I have built an Ontology and saved the RDF file with rule enabled using Protege. I am going to build a web service that takes some inputs from the Ontology. The inputs can be provided by querying the arguments, class…

Retno Aulia Vinarti
- 23
- 5
0
votes
1 answer
Urn model in R (trying to calculate probabilities for random events)
I really hope you can help me with a problem I cant solve on my own.
I'm trying to program a basic urn model for a web app. I want to calculate the probabilities of specific random events according to different drawing methods in a model with 2…

Enrico del Piero
- 13
- 3
0
votes
1 answer
Is there a standard URN scheme for TETRA devices?
Is there a definition (a standard) of an URN scheme for tetra devices? (TETRA as Terrestrial Trunked Radio)
I found many pages about the SSI and ITSI (individual Tetra subscriber identity) but nowhere a URN scheme for that. Would be nice if there is…

Gray Fox
- 1
0
votes
1 answer
Which ones are URLs? Which ones are URNs?
The following are URIs. But which ones are URLs? Which ones are…

user2067036
- 81
- 5
0
votes
1 answer
Is it ok if a URN leads me to a 404?
Is it ok if a URN leads me to a 404?
A URN that leads to a 404 is valid? May it be used for describing XML files?

user2144527
- 71
- 4
0
votes
1 answer
URN in Objective-C?
So I need to get images and xml from a server using this URN thing.. but in all honesty I'm pretty confused about it so any help would be GREATLY appreciated.
For example, here is a citation to a high-resolution, full-color digital image of page 12…

Becksters
- 33
- 1
- 12
-1
votes
1 answer
I don't understand this URI and more
I have this URI http://a/b/c/d;p?q and I don't understand the ";". What does it do? I was told that "p" is a parameter, but who does receive it?
Also, I want to know the different between absolute URI, base URI, relative URI and URI reference.
Thank…

mtsrvs
- 11
- 1
- 5